home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Virushunter / VS / rexx_example.vs < prev    next >
Text File  |  1996-09-26  |  243b  |  27 lines

  1. /* Simple example rexx script to use with VirusScanner */
  2. /* $VER: rexx_example.vs 0.01 (8.10.93 */
  3.  
  4. address "VS_Port"
  5.  
  6. vectors
  7.  
  8. checkfiles "sistema:"
  9.  
  10. hidegui
  11.  
  12. about
  13.  
  14. showgui
  15.  
  16. checkbootblock df0
  17.  
  18. checkall
  19.  
  20. hidegui
  21.  
  22. checkfiles dh1
  23.  
  24. quit
  25.  
  26. EXIT
  27.